home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / xtras / media_la / fx_set_2.fxm / 00010_Script_10 < prev    next >
Text File  |  1998-07-02  |  251b  |  8 lines

  1. on mouseDown
  2.   if buttonHandler() then
  3.     put the scriptText of member  1 of castLib "Ripple" into text
  4.     put text into field "Lingo To Clipboard"
  5.     puppetSound 1, "Camera Click"
  6.     copyToClipboard member "Lingo To Clipboard"
  7.   end if
  8. end